WSO2 Identity Server Properties

The following properties could be modified when deploying WSO2 Identity Server

Property

Default Value

Description

well_known_context_secured

false

This flag indicates if the WSO2 IS discovery endpoint (https://<wso2_is_server>:9443/oauth2/oidcdiscovery/.well-known/openid-configuration) should require basic authentication to get access to.

should_use_external_database

true

This flag indicates if the WSO2 IS should use external database for setup. Recommended for production setup. If false, WSO2 will create an H2 database.

should_use_database_user_store

true

This flag indicates if the WSO2 IS should use the database as a primary user store. If false, it will create embedded LDAP server and will use it as a primary user store.

wso2is_admin_user

admin

The initial WSO2 IS admin user

wso2is_admin_password

admin

The initial WSO2 IS admin user password

wso2_jdbc_app_password N/A The password of the owner of the WSO2 database (used internally within CMP only)
ssl_certificates N/A This property is a dictionary of three elements: "private_key", "certificate" and "ca". Each element is the path to the corresponding PEM file. If the property is omitted, the self-signed certificate will be generated for the hostname to which WSO2r is being deployed.
wso2is_shared_storage_path /opt/cmp-storage/wso2is Path on the target server with WSO2 IS instance where the shared storage is mounted. It is required only in the HA installation scenario.
wso2is_lb_hostname N/A The Fully Qualified Domain Name of the Load Balancer Host that serves WSO2 IS. Required for the HA installation
wso2is_lb_port N/A The port number used by the Load Balancer that serves WSO2 IS. Only should be set when non-standard port is used.
wso2is_allocated_heap_size 4 GB The size of the Identity Server heap memory. Please ensure there is enough memory on the host to accommodate allocated heap sizes.

Related Topics Link IconRelated Topics